projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeacd30
)
(Fkill_buffer): Don't Fset_buffer when testing if
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 12 Dec 2000 15:29:00 +0000
(15:29 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 12 Dec 2000 15:29:00 +0000
(15:29 +0000)
the buffer is the sole visible buffer when in the mini-buffer.
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 77731c42771b13a1a29589075a2f7b106a1c8636..e3f769ab41bf2a7e0acd1b861dd4d9a87215fcb2 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-1241,7
+1241,6
@@
with SIGHUP.")
if (EQ (tem, XWINDOW (minibuf_window)->buffer))
{
tem = Fother_buffer (buf, Qnil, Qnil);
- Fset_buffer (tem);
if (EQ (buf, tem))
return Qnil;
}